home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 013 / move.arc / MOVE1.DOC < prev    next >
Encoding:
Text File  |  1984-07-02  |  768 b   |  36 lines

  1.  
  2.  
  3.  
  4.         MOVE1.EXE
  5.  
  6.     Although I have seen a number of utilities to move files
  7. between directories. I still haven't seen one that does it fully
  8. like the DOS copy command. I wrote this utility while I was working
  9. at Seattle Computer Products. It uses the same syntax as COPY and
  10. allows multiple files including rename on the destination. The dest-
  11. inationation files are displayed on the screen. Files can even be moved
  12. between drives. An option "/D" allows the destination file, if it exists
  13. , to be deleted, otherwise an error will be displayed. All wild cards
  14. are accepted.
  15.  
  16.  
  17.  
  18. syntax:
  19.  
  20.  
  21.     MOVE1    {SOURCE PATHNAME} {DEST PATHNAME} [/D]
  22.  
  23.  
  24.  
  25.                 ENJOY !
  26.  
  27.             CRAIG DEROUEN
  28.             SEATTLE,WA.
  29. 
  30.  
  31. 
  32.  
  33. syntax:
  34.  
  35.  
  36.     MOVE1    {SOURCE PATHNAME} {DEST PATHN